为了账号安全,请及时绑定邮箱和手机立即绑定

html + jQuery 遍历主机组下的主机

标签:
JQuery




{% block right-content %}         <div class="row">        <div class="list-group ">             <h4>主机列表</h4>             <ul class="list-group " id="groups"  >                {%  for group in request.user.userprofile.host_groups.select_related %}                    <li class="list-group-item">                        {{ group }}                        <span class="badge">{{ group.host_set.count }}</span>                    </li>                    <ul class="list-group hidden">                        {%  for host in group.host_set.select_related %}                            <li class="list-group-item">                                    {{ host }}                            </li>                         {% endfor %}                    </ul>                    <hr>                {% endfor %}             </ul>        </div>    </div>{% endblock %}{% block js %}<script>    $(document).ready(function () {        $("#groups li").click(function () {            $(this).addClass("active")            $(this).siblings().removeClass("active")            $(this).siblings().children().removeClass("active")            $(this).parent().siblings().removeClass("active")            $(this).next().removeClass("hidden")            $(this).next().siblings('ul').addClass("hidden")        })    })</script>


wKiom1ft7WuC1ZEOAACgAxiapGs495.jpg-wh_50

wKioL1ft7W2wjQAZAACSpLxKwqw853.jpg-wh_50

wKioL1ft7W6Qj9coAACtjgl9kW4353.jpg-wh_50

wKiom1ft7W-w2iGEAACjSdFkqPU281.jpg-wh_50


点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消